From: Kai Großjohann Date: Wed, 22 Jan 2003 10:43:36 +0000 (+0000) Subject: (Info-index-next): Use "(`,' tries to find next)" for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28674 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=29a560a5bc0e78daa1c5384efb7b4cf8338d02ca;p=emacs.git (Info-index-next): Use "(`,' tries to find next)" for more matches for consistency with standalone info browser. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f9a18e4313..ffbed2bf5cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Kai Gro,A_(Bjohann + + * info.el (Info-index-next): Use "(`,' tries to find next)" for + more matches for consistency with standalone info browser. + 2003-01-22 Kenichi Handa * international/mule.el diff --git a/lisp/info.el b/lisp/info.el index ed323d6e7f0..92e0eebaf23 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1995,7 +1995,7 @@ Give a blank topic name to go to the Index node itself." (car (car Info-index-alternatives)) (nth 2 (car Info-index-alternatives)) (if (cdr Info-index-alternatives) - "(Press `,' for more)" + "(`,' tries to find next)" "(Only match)"))) (defun Info-find-index-name (name)